IListBase<T> Interface
Base interface for some .NET Windows Forms list controls.

C# Syntax

public interface IListBase<T> 
Type Parameters
T
Public Properties
 NameDescription
PropertyItemsReturns the items in this list.  
PropertySelectedItemsReturns the selected items in this list.  
Top
Public Methods
 NameDescription
MethodActivateItemOverloaded. Activates (double-clicks) the specified item in this list.  
MethodDeselectOverloaded. Deselects a list of items.  
MethodExtendSelect

Overloaded. Selects additional items from the multi-selection list.

MethodGetItemReturns the item with the specified text.  
MethodSelectOverloaded. Selects a list of items.  
MethodSelectRangeSelects all list items between (and including) the two specified items.  
Top